projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f49fdd
)
(Vminibuf_selected_window): Declare extern.
author
Kim F. Storm
<storm@cua.dk>
Tue, 26 Feb 2002 22:52:07 +0000
(22:52 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 26 Feb 2002 22:52:07 +0000
(22:52 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index da72e302110f6549f27e980b8c8c045aaed9582b..d4a537bbe43b999c3cba21638d922e7daaefc24b 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-338,6
+338,11
@@
extern int window_select_count;
extern Lisp_Object minibuf_window;
+/* Non-nil means it is the window whose mode line should be
+ shown as the selected window when the minibuffer is selected. */
+
+extern Lisp_Object Vminibuf_selected_window;
+
/* Non-nil => window to for C-M-v to scroll when the minibuffer is
selected. */